home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Esportes / Quadriball.swf / scripts / DefineButton2_177 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-05  |  106 b   |  6 lines

  1. on(release){
  2.    _parent._parent.gameInit();
  3.    _parent._parent.state = 1;
  4.    _parent._visible = 0;
  5. }
  6.